		#colours {
		  position: fixed;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  border-spacing: 0;
		}

		#colours:-webkit-full-screen {
		  width: 100%;
		  height: 100%;
		}

		#colours div {
		  width: 14.2857143%;
		  height: 20%;
		  float: left;
		}

		#topContainer {
		  background: transparent;
		}

		.slidecontainer {
		  position: fixed;
		  width: 30vw;
		  top: 0.5em;
		  left: 35vw;
		  z-index: 1;
		}

		.slider {
		  position: absolute;
		  width: 100%;
		  height: 5em;
		  outline: 0;
		  background: transparent;
		}

		.scaleup {
		  -ms-transform: scale(1.02);
		  /* IE 9 */
		  -webkit-transform: scale(1.02);
		  /* Safari */
		  transform: scale(1.02);
		}

		@media (max-width: 767px) and (orientation:portrait) {
		  .slidecontainer {
		    position: fixed;
		    left: 30vw;
		  }
		}
